home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / ctutor2.zip / WRTMORE.C < prev    next >
C/C++ Source or Header  |  1987-07-04  |  173b  |  8 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.\n");
  4.    printf("And this is another ");
  5.    printf("line of text.\n\n");
  6.    printf("This is a third line.\n");
  7. }
  8.